Metadata-Version: 2.1
Name: TOTP-Generator
Version: 2.0.0
Summary: Utility that generates TOTP codes and stores the TOTP secrets in your system keyring.
Home-page: https://github.com/jjfalling/totp-generator
Author: Jeremy Falling
License: GPLv3
Description: # TOTP_Generator
        Simple Python TOTP code generator that stores TOTP secrets in your keyring.
        
        Supported keyrings can be found [here](https://pypi.python.org/pypi/keyring#what-is-python-keyring-lib). You can also specify the [keyring settings](https://pypi.python.org/pypi/keyring#customize-your-keyring-by-config-file
        ) in a config file. Run with the -d flag for the config root path and the current keyring service.
        
        setproctitle is an optional dependency due permission requirements on some systems.
        
        Run `totp_generator` with the --help flag for more information.
        
        
        #### Development
        Install the test requirements with `pip install -e .[test]`. Run the tests with pytest.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Description-Content-Type: text/markdown
Provides-Extra: test
